home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TLEGENDDLG / TLEGENDDLG.txt
Text File  |  2005-06-02  |  2KB  |  82 lines

  1. object LegendDlg: TLegendDlg
  2.   Left = 308
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsToolWindow
  6.   BorderWidth = 8
  7.   Caption = 'L'#233'gende'
  8.   ClientHeight = 388
  9.   ClientWidth = 345
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ListBox: TListBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 345
  27.     Height = 357
  28.     Style = lbOwnerDrawFixed
  29.     Align = alClient
  30.     ItemHeight = 16
  31.     Items.Strings = (
  32.       'Inconnu, sera balay'#233' en arri'#232're-plan'
  33.       'Inconnu, ouvrir pour voir'
  34.       'Ne contient pas de diff'#233'rence'
  35.       'Fichier identique'
  36.       'Contient des fichiers plus r'#233'cents/diff'#233'rents'
  37.       'Fichier plus r'#233'cent'
  38.       'Fichier diff'#233'rent'
  39.       'Contient des orphelins'
  40.       'Fichier orphelin'
  41.       'Contient des fichiers plus anciens'
  42.       'Fichier plus ancien'
  43.       
  44.         'Contient des fichiers + r'#233'cents ou diff'#233'rents, et des fichiers o' +
  45.         'rphelins'
  46.       'Fichier plus r'#233'cent'
  47.       'Fichier orphelin'
  48.       
  49.         'Contient des fichiers + r'#233'cents ou diff'#233'rents, et des fichiers +' +
  50.         ' anciens'
  51.       'Fichier plus r'#233'cent'
  52.       'Fichier plus ancien'
  53.       'Contient des fichiers orphelins, et des fichiers + anciens'
  54.       'Fichier orphelin'
  55.       'Fichier plus ancien'
  56.       'Contient des items non visibles'
  57.       'Fichier filtr'#233)
  58.     TabOrder = 0
  59.     OnDrawItem = ListBoxDrawItem
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 0
  63.     Top = 357
  64.     Width = 345
  65.     Height = 31
  66.     Align = alBottom
  67.     BevelOuter = bvNone
  68.     TabOrder = 1
  69.     object CloseBtn: TButton
  70.       Left = 0
  71.       Top = 8
  72.       Width = 73
  73.       Height = 23
  74.       Cancel = True
  75.       Caption = 'Fermer'
  76.       Default = True
  77.       TabOrder = 0
  78.       OnClick = CloseBtnClick
  79.     end
  80.   end
  81. end
  82.